View Javadoc
1 /*
2 * Created by IntelliJ IDEA.
3 * User: birchfield
4 * Date: Aug 20, 2002
5 * Time: 8:46:37 PM
6 * To change template for new interface use
7 * Code Style | Class Templates options (Tools | IDE Options).
8 */
9 package net.plugin.sql.listeners;
10
11 public interface QueryListener {
12
13 public void queryPerformed(String query);
14 }
This page was automatically generated by Maven